From da55869a87b00f2f6c31153e1fef2ae6abc700cb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 9 Jul 2021 18:19:43 +0200 Subject: [PATCH] debian/log-reftests.py: Remove wrong wayland paths --- debian/log-reftests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/log-reftests.py b/debian/log-reftests.py index 50ff417cd8..b06c8d892f 100755 --- a/debian/log-reftests.py +++ b/debian/log-reftests.py @@ -11,11 +11,11 @@ if __name__ == '__main__': for outputs in ( Path( 'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare', - 'opengl', 'x11', 'wayland' + 'opengl', 'x11', ), Path( 'debian', 'build', 'deb', 'testsuite', 'gsk', 'compare', - 'broadway', 'x11', 'wayland' + 'broadway', 'x11', ), ): diff = (outputs / (node.stem + '.diff.png')) @@ -39,7 +39,7 @@ if __name__ == '__main__': for outputs in ( Path( 'debian', 'build', 'deb', 'testsuite', 'reftests', - 'output', 'x11', 'wayland' + 'output', 'x11', ), ): diff = (outputs / (ui.stem + '.diff.png')) -- 2.30.2